home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / backup / tob-0.13 / tob-0 / tob / doc / remotebackups.txt < prev    next >
Internet Message Format  |  1995-07-13  |  1KB

  1. From tt2t@p022.tt.st.dlr.deThu Jul 13 13:35:06 1995
  2. Date: Thu, 22 Jun 1995 15:13:50 +0200 (MET DST)
  3. From: "S. Zunft" <tt2t@p022.tt.st.dlr.de>
  4. To: karel@icce.rug.nl
  5. Subject: tob:remote backup
  6.  
  7.  
  8. Hey Karel,
  9.  
  10. first, I find tob a useful tool for comfortable backups.
  11.  
  12. Here some remarks concerning the remote backup:
  13.  
  14. * There's no need to "su" to another user on the local machine: An adequate
  15.   "$HOME/.rhosts" -entry (lets say for the user "tape") on the target machine 
  16.   should be sufficient. As an example:
  17.  
  18.   cat /home/tape/.rhosts
  19.      machine_to_be_backed_up.domain  root
  20.  
  21.   This allows root on 'machine_to_be_backed_up.domain' a rsh on the target
  22.   machine.
  23.  
  24. * With a gnu-versions of tar or cpio and the above '$HOME/.rhosts' -entry 
  25.   a remote backup is even still simpler:
  26.     
  27.      BACKUPDEV="tape@targetmachine.domain:/dev/rmt0"
  28.  
  29.   (This is how I backup my Linux-box to a tape connected to 
  30.   an AIX-Tapeserver.)
  31.   The tar command starts the "rmt"-command for the user "tape" on 
  32.   the remote machine via rsh and pipes the stream into it. rmt is 
  33.   usually in /etc and that's where tar looks for it. (However, the 
  34.   tar that comes with Slackware-Linux expects it to be in /sbin. 
  35.   In this case one needs an appropriate link on the the target machine
  36.   or a different tar.) Maybe afio has a similar feature.
  37.  
  38. Maybe this is of help to you. If not, simply forget it.
  39.  
  40. Stefan Zunft
  41.  
  42.